home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 16
/
Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso
/
Aminet
/
util
/
moni
/
SysLog.lha
/
SysLog_V1.20
/
Developer
/
include
/
clib
/
syslog_protos.h
Wrap
C/C++ Source or Header
|
1996-10-27
|
719b
|
32 lines
#ifndef CLIB_SYSLOG_PROTOS_H
#define CLIB_SYSLOG_PROTOS_H
/*
** $VER: syslog_protos.h 1.0 (19.10.95)
** SysLog Release 1.0
**
** C prototypes.
**
** Copyright © 1995 Petri Nordlund. All rights reserved.
**
** $Id: syslog_protos.h 1.6 1995/11/01 19:13:25 petrin Exp petrin $
**
*/
#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif
#ifndef LIBRARIES_SYSLOG_H
#include <libraries/syslog.h>
#endif
void Log(LONG pri, LONG options, UBYTE *tag, UBYTE *message, LONG *argarray);
void DeleteSysLogMessage(struct SysLogMessage *msg);
void GetSysLogMsgTime(struct SysLogMessage *);
struct SysLogSpy *AddSysLogSpy(void);
void RemSysLogSpy(struct SysLogSpy *spy);
#endif /* CLIB_SYSLOG_PROTOS_H */